﻿

.black {
    border: 1px solid black;
}

body {
    letter-spacing: 1px;
    background-color: rgba(157, 157, 157, 0.17);
}

img {
    border: 1px solid rgba(255,255,255,0.3);
}

.head {
    color: #fff;
    background-image: -webkit-linear-gradient(10deg, #cc5bf3, #56c5ef);
}

.logo {
    padding: 0px 0.1px 0px 2px;
    display: inline-block;
    height: 50px;
}


.foot {
    width: 100%;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.81);
    color: #f0f0f0;
    font-size: 16px;
}

.foot-context {
    width: 60%;
    margin-left: 20%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.foot a {
    color: rgba(32, 128, 233, 0.90);
}

    .foot a:hover {
        color: rgba(32, 128, 233, 0.90);
    }

.foot-context {
    width: 60%;
    margin-left: 20%;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .foot-context img {
        width: 17px;
        height: 18px;
    }

.lg {
    height: 100%;
}

.logobox:before {
    content: "";
    background: -moz-linear-gradient(top, white, white 30%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0.7)) 0px 0px,-moz-element(#imgbox) 0px 0px no-repeat;
    /*百分比为调倒影的透明度*/
    -moz-transform: scaleY(-1);
    padding: 1px 0px;
    background-origin: padding-box, content-box;
    background-clip: padding-box, content-box;
    position: absolute;
    top: 340px;
    left: 0px;
}

.bgcol {
    background-color: #fff;
}

.bg {
    /*height: 350px;*/
    text-align: center;
}

.flexcs {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*字体动态效果*/
@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -100% 0
    }
}

.headline {
    text-align: center;
    color: hsla(0, 0%, 100%, .65);
    font-weight: 800;
    font-size: 52px;
    background-image: -webkit-linear-gradient(left, #cddc39, #cc5bf3 25%, #cddc39 50%, #56c5ef 75%, #cddc39);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 2s infinite linear;
}

    .headline:hover {
        -webkit-animation: masked-animation 0.5s infinite linear;
    }

/*展示框*/

.jpgbox {
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    margin-top: 1px;
}

    .jpgbox img {
        border-radius: 3.5px 3.5px;
    }

.bmbox a:hover {
    color: #f0f0f0;
}

a {
    text-decoration: none;
}

.txtbox3 {
    /*height: 320px;*/
    text-align: center;
    color: rgba(0, 0, 0, 0.55);
}

/*----------脚页--------*/
.foot {
    width: 100%;
    background-color: #141122;
    color: #f0f0f0;
    text-align: center;
}

.foot-context {
    padding-top: 50px;
    padding-bottom: 30px;
}

    .foot-context span {
        line-height: 65px;
        font-size: 25px;
    }

    .foot-context p {
        line-height: 35px;
        font-size: 12px;
    }

.foot-context-col a {
    text-align: center;
    line-height: 35px;
    color: rgba(255,255,255,0.3);
    font-size: 13.6px;
}

    .foot-context-col a:hover {
        color: #56c5ef;
    }


.foot-context img {
    width: 12px;
    height: 13px;
    margin-right: 7px;
}

@media(max-width:768px) {

    .martop2 {
        margin-top: 10px;
    }

    .martop3 {
        margin-top: 20px;
    }

    .martop5 {
        margin-top: 30px;
    }

    .martop11 {
        margin-top: 40px;
    }


    .head-title {
        margin-left: 30px;
        font-size: 15px;
        line-height: 35px;
    }

    .logobox {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-top: 60px;
        -webkit-box-reflect: below 1px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 50%, transparent 100%);
        padding: 0px 1px;
        position: relative;
    }

        .logobox img {
            width: 100px;
            height: 100px;
            z-index: -1;
        }




    .bg .headline {
        font-size: 25px;
        line-height: 85px;
        text-align: center;
    }

    .bg .three-heading {
        font-size: 13px;
        line-height: 25px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

    .txtbox2 {
        height: 150px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

        .txtbox2 .subhead {
            font-size: 18px;
            letter-spacing: 2px;
            line-height: 65px;
            text-align: center;
        }

        .txtbox2 p {
            line-height: 23px;
            font-size: 13px;
        }

    .txtbox3 .subhead {
        font-size: 18px;
        line-height: 65px;
        text-align: center;
    }

    .txtbox3 p {
        line-height: 23px;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .titbox {
        width: 120px;
        height: 35px;
        margin: 0 auto;
        text-align: center;
        background-color: black;
    }

        .titbox span {
            font-size: 13px;
            color: #fff;
            line-height: 35px;
        }
    /*产品介绍*/
    .showsbox {
        height: 500px;
        margin: 0 auto;
    }

    .jpgbox {
        width: 240px;
        height: 370px;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        margin-top: 30px;
    }

        .jpgbox img {
            width: 240px;
            height: 370px;
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox-ele {
            width: 240px;
            height: 370px;
        }

        .jpgbox:hover .bmbox-ele2 {
            width: 240px;
            height: 370px;
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox {
            background: rgba(0, 0, 0, 0.51); /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: none;
            font: 2.5px/3px "宋体";
            text-align: center;
            border-radius: 20px 20px;
        }

        .jpgbox:hover .bmbox {
            width: 240px;
            height: 370px;
            background: rgba(0, 0, 0, 0.51); /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 20px 20px;
        }

    .bmbox a, .bmbox a:hover {
        font-size: 13px;
        line-height: 370px;
        font-weight: 600;
        color: #fff;
    }
}

@media(min-width:768px) and (max-width:992px) {

    .martop2 {
        margin-top: 10px;
    }

    .martop3 {
        margin-top: 20px;
    }

    .martop5 {
        margin-top: 30px;
    }

    .martop11 {
        margin-top: 40px;
    }


    .head-title {
        margin-left: 30px;
        font-size: 15px;
        line-height: 35px;
    }

    .logobox {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-top: 60px;
        -webkit-box-reflect: below 1px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 50%, transparent 100%);
        padding: 0px 1px;
        position: relative;
    }

        .logobox img {
            width: 100px;
            height: 100px;
            z-index: -1;
        }




    .bg .headline {
        font-size: 25px;
        line-height: 85px;
        text-align: center;
    }

    .bg .three-heading {
        font-size: 13px;
        line-height: 25px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

    .txtbox2 {
        height: 150px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

        .txtbox2 .subhead {
            font-size: 18px;
            letter-spacing: 2px;
            line-height: 65px;
            text-align: center;
        }

        .txtbox2 p {
            line-height: 23px;
            font-size: 13px;
        }

    .txtbox3 .subhead {
        font-size: 18px;
        line-height: 65px;
        text-align: center;
    }

    .txtbox3 p {
        line-height: 23px;
        font-size: 13px;
        margin-bottom: 20px;
    }

    .titbox {
        width: 120px;
        height: 35px;
        margin: 0 auto;
        text-align: center;
        background-color: black;
    }

        .titbox span {
            font-size: 13px;
            color: #fff;
            line-height: 35px;
        }
    /*产品介绍*/
    .showsbox {
        height: 500px;
        margin: 0 auto;
    }

    .jpgbox {
        width: 240px;
        height: 370px;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        margin-top: 30px;
    }

        .jpgbox img {
            width: 240px;
            height: 370px;
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox-ele {
            width: 240px;
            height: 370px;
        }

        .jpgbox:hover .bmbox-ele2 {
            width: 240px;
            height: 370px;
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox {
            background: rgba(0, 0, 0, 0.51); /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: none;
            font: 2.5px/3px "宋体";
            text-align: center;
            border-radius: 20px 20px;
        }

        .jpgbox:hover .bmbox {
            width: 240px;
            height: 370px;
            background: rgba(0, 0, 0, 0.51); /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 20px 20px;
        }

    .bmbox a, .bmbox a:hover {
        font-size: 13px;
        line-height: 370px;
        font-weight: 600;
        color: #fff;
    }
}

@media(min-width:992px) and (max-width:1200px) {

    .martop2 {
        margin-top: 20px;
    }

    .martop3 {
        margin-top: 30px;
    }

    .martop5 {
        margin-top: 50px;
    }

    .martop11 {
        margin-top: 110px;
    }


    .head-title {
        margin-left: 70px;
        font-size: 16px;
        line-height: 42px;
    }

    .logobox {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        margin-top: 70px;
        -webkit-box-reflect: below 1px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 50%, transparent 100%);
        padding: 0px 1px;
        position: relative;
    }

        .logobox img {
            width: 150px;
            height: 150px;
            z-index: -1;
        }

    .bg .headline {
        font-size: 45px;
        line-height: 115px;
        text-align: center;
    }

    .bg .three-heading {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

    .txtbox2 {
        height: 130px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

        .txtbox2 .subhead {
            font-size: 20px;
            letter-spacing: 2px;
            line-height: 50px;
            text-align: center;
        }

        .txtbox2 p {
            font-size: 14px;
            margin-top: 10px;
        }

    .txtbox3 .subhead {
        font-size: 20px;
        line-height: 50px;
        text-align: center;
    }

    .txtbox3 p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .titbox {
        width: 120px;
        height: 40px;
        margin: 0 auto;
        text-align: center;
        background-color: black;
    }

        .titbox span {
            font-size: 13px;
            color: #fff;
            line-height: 40px;
        }
    /*产品介绍*/
    .showsbox {
        height: 510px;
        margin: 0 auto;
    }

    .jpgbox {
        width: 250px;
        height: 380px;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        margin-top: 40px;
    }

        .jpgbox img {
            width: 250px;
            height: 380px;
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox-ele {
            width: 250px;
            height: 380px;
        }

        .jpgbox:hover .bmbox-ele2 {
            width: 240px;
            height: 380px;
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox {
            background: rgba(0, 0, 0, 0.51); /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: none;
            font: 2.5px/3px "宋体";
            text-align: center;
            border-radius: 20px 20px;
        }

        .jpgbox:hover .bmbox {
            width: 250px;
            height: 380px;
            background: rgba(0, 0, 0, 0.51); /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: block;
            font: 25px/30px "宋体";
            text-align: center;
            border-radius: 20px 20px;
        }

    .bmbox a, .bmbox a:hover {
        font-size: 13px;
        line-height: 380px;
        font-weight: 600;
        color: #fff;
    }
}

@media(min-width:1200px) {

    .martop2 {
        margin-top: 20px;
    }

    .martop3 {
        margin-top: 30px;
    }

    .martop5 {
        margin-top: 50px;
    }

    .martop11 {
        margin-top: 110px;
    }


    .head-title {
        margin-left: 170px;
        font-size: 18px;
        line-height: 55px;
    }

    .logobox {
        width: 220px;
        height: 220px;
        margin: 0 auto;
        margin-top: 100px;
        -webkit-box-reflect: below -190px -webkit-linear-gradient(bottom, rgba(255,255,255,0.3) 0%, transparent 60%, transparent 100%);
        padding: 0px 1px;
        position: relative;
    }

        .logobox img {
            width: 220px;
            height: 220px;
            z-index: -1;
        }

    .bg .headline {
        font-size: 45px;
        line-height: 145px;
        text-align: center;
        padding-top: 50px;
    }

    .bg .three-heading {
        font-size: 18px;
        line-height: 35px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }

    /*.txtbox2 {
        height: 130px;
        text-align: center;
        color: rgba(0, 0, 0, 0.55);
    }*/

    /*.txtbox2 .subhead {
            font-size: 30px;
            letter-spacing: 2px;
            line-height: 70px;
            text-align: center;
        }

        .txtbox2 p {
            font-size: 17px;
            margin-top: 30px;
        }*/

    .txtbox3 .subhead {
        font-size: 40px;
        line-height: 150px;
        text-align: center;
    }

    .txtbox3 p {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 65px;
    }

    .titbox {
        width: 130px;
        height: 40px;
        position:absolute;
        z-index:10;
        /*background-image: -webkit-linear-gradient(0deg, #cc5bf3, #56c5ef);*/
        background-color:black;
    }

        .titbox p{
            font-size: 15px;
            color: #fff;
            line-height: 40px;
        }
    /*产品介绍*/
    .showsbox {
        height: 520px;
        margin: 0 auto;
        text-align:center;
        position:relative;
        left:10px;
    }

    .jpgbox {
        width: 300px;
        height: auto;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
        margin-top: 40px;
    }

        .jpgbox img {
            width: 300px;
            height: 530px;
            /*height: 400px;*/
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox-ele {
            width: 300px;
            /*height: 400px;*/
        }

        .jpgbox:hover, .bmbox-ele2 {
            width: 300px;
            border-radius: 20px 20px;
        }

        .jpgbox .bmbox {
            background: rgba(0, 0, 0, 0.51); /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: none;
            font: 2.5px/3px "宋体";
            text-align: center;
            border-radius: 20px 20px;
        }

        .jpgbox:hover .bmbox {
            width: 300px;
            height: 100%;
            background: #f0f0f0; /*遮布*/
            position: absolute;
            bottom: 0px;
            left: 0px;
            display: block;
            font: 15px/17px "宋体";
            text-align: center;
            border-radius: 20px 20px;
            padding-top: 90px;
            
        }
    .bmbox p {
        width: 80%;
        margin: 0 auto;
        line-height: 30px;
        text-align: left;
        color: rgba(0, 0, 0, 0.55);
    }

    .bmbox a, .bmbox a:hover {
        font-size: 16px;
        line-height:90px;
        font-weight: 600;
        color: #58cf5e;
    }
}
